projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d709de1
)
Don't include string.h.
author
Dave Love
<fx@gnu.org>
Tue, 21 Jan 2003 18:29:11 +0000
(18:29 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 21 Jan 2003 18:29:11 +0000
(18:29 +0000)
lib-src/yow.c
patch
|
blob
|
history
diff --git
a/lib-src/yow.c
b/lib-src/yow.c
index c658b15e41f2a57c59e8be0cd3af17d079dcd877..92df285870adb7d1ffe3c0c50e8401dc4fcea312 100644
(file)
--- a/
lib-src/yow.c
+++ b/
lib-src/yow.c
@@
-16,9
+16,6
@@
#include <stdio.h>
#include <ctype.h>
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
#include <time.h>